projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
430f53b
)
Add a missing id to the docs
author
Matthias Clasen
<mclasen@redhat.com>
Mon, 31 Jan 2011 12:37:36 +0000
(07:37 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Mon, 31 Jan 2011 12:39:06 +0000
(07:39 -0500)
gtk/gtkcssprovider.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcssprovider.c
b/gtk/gtkcssprovider.c
index 2c1b8ad84d3c845ffb98961dfdc676cf155eb5f6..4555229f04e87324fa959f542158521daf6f11c0 100644
(file)
--- a/
gtk/gtkcssprovider.c
+++ b/
gtk/gtkcssprovider.c
@@
-290,7
+290,7
@@
* @import url ("path/to/common.css");
* </programlisting>
* </example>
- * <para>
+ * <para
id="css-binding-set"
>
* In order to extend key bindings affecting different widgets, GTK+
* supports the @binding-set rule to parse a set of bind/unbind
* directives, see #GtkBindingSet for the supported syntax. Note that